body {
    background-color: #fefafa;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #090003;
    text-align: center;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
    text-align:center;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 36px;
    margin-top: 0px;
    color: #333333;
}
p {
    font-size: 18px;
    margin-top: 20px;
    color: #666666;
}
button {
    background-color: #3b2424;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
button:hover {
    background-color: #666666;
    animation-play-state: paused;
    animation-duration: inherit;
    animation-name: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
    transform-origin: 70% 70%;
}
input {
    background-color: #faf8f8;
    color: #3b2424;
    border: #000000 2.5px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #666666;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header img {
    max-width: 100%;
}
.main {
    background-color: #ffffff;
    padding: 40px 0;
}
.main h2 {
    font-size: 24px;
    margin-top: 0px;
    color: #333333;
}
.main p {
    font-size: 18px;
    margin-top: 20px;
    color: #a4f4f8;
}
.main ul {
    margin-top: 40px;
}
.main li {
    margin-bottom: 20px;
}
.main a {
    color: #333333;
    text-decoration: none;
}
.main a:hover {
    text-decoration: underline;
}
.placeholder {
    color: #a4f4f8;
}
input[type="text"]{
    font-size: 18px;
    margin-top: 20px;
    color: #000000;
}
table {
    border-collapse: collapse;
    background-color: #3b2424;
    border: #000000 2.5px solid;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 12px;
}
tr {
    background-color: #3b2424;
    border: #000000 2.5px solid;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    color: #3b2424;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
a[class="active"]{
    border: #000000 2.5px solid;
    color: #8c2626;
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
}